@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; font-size:12px;}
body{ width:960px; margin:0 auto;}
img{ border:none;}
ul,li{ list-style:none;}
a{ text-decoration:none;}
.clear{ clear:both;}
/*.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position:relative;
	margin-top:0px auto;
}*/

/*头部*/
.top{ width:960px; height:27px; font-size:12px;text-align:center; margin-bottom:47px;}
.top li{ float:left; width:40px; border-right:2px dotted #ccc; height:18px; padding-top:6px;}
.top li.ityi{ border:none;}
.top li a{ text-decoration:none; color:#8d8b8e; font-family:'Microsoft YaHei', '微软雅黑','Arial', 'sans-serif';}
.top li a:hover{ text-decoration:none; color:#0085c2;}
/*头部结束*/

/*导航*/
.nav {width:960px;position: relative; margin:0px auto;color:#a7a9ac;font-family:'Microsoft YaHei', '微软雅黑','Arial', 'sans-serif';}

.navlist { padding-left:7px;overflow: hidden;}
.nav li { float: left; display:inline;/*font-size:14px;*/color:#a7a9ac;}
.nav a { text-decoration:none;
    display: block;
    width: 130px;
    text-align: center;
    font-size: 15px;
	color:#727272;
}
.nav a:link, .nav a:visited {color:#727272;}
.nav a.current, .nav a:hover, .nav a:active {color:#727272;}
.subnav {
    position: absolute;
    top: -45px; /*二级导航向上,向下为正数*/
    left: 0;
    float: left;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    background:#b4b4b5;
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p { padding: -0 10px; line-height:25px;}
.subnav p span {display: block; background: url(../imges/20091127210925311.png) repeat-x 0 -207px;font-size:12px;}
.subnav p.pointer {position: absolute;top: 0px; left: 0; background:url(../images/bg3.jpg) 1px 24px no-repeat; height:45px; color:#fff; }
.subnav a {display: inline;padding: 0;font-size: 100%; margin-left:5px; margin-right:5px;} /*二级导航颜色控制*/
[class~="subnav"] a { text-decoration:none;padding: 0 3px;}
.subnav, .subnav a:link, .subnav a:visited {color: #fff;}
.subnav a:hover, .subnav a:active {color: #0085c2;}
.subnav a:hover, .subnav a:active {font-weight: none; background: none;}
/* subnav position and pointer position */
#subnav1 { left: 10px; /*border:2px solid #dedee0;*/ } /*二级导航位置控制*/
#subnav2 { left: 130px; /*border:2px solid #dedee0;*/}
#subnav3 { left: 250px; /*border:2px solid #dedee0;*/ }
#subnav4 { left: 390px; /*border:2px solid #dedee0;*/ }
#subnav5 { left: 410px; /*border:2px solid #dedee0;*/ }
#subnav6 { left: 500px; /*border:2px solid #dedee0;*/ }
#subnav7 {left: 755px; *left: 783px; /*border:2px solid #dedee0;*/ }

#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 70px;  } /*二级导航三角形位置控制*/
#subnav5 .pointer { left: 70px;  }
#subnav6 .pointer  { left:230px;}
#subnav7 .pointer  { left:130px;}
#subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 110px;
}

/* Note
==========================================================*/
.disable {
    display: none;
}

/*导航结束*/

/*star footer*/
.footer{ font-family:'Microsoft YaHei', '微软雅黑','Arial', 'sans-serif'; color:#a7a9ac; text-align:center;font-size:10px; margin-bottom:20px; margin-top:93px;}
/*end footer*/